* etc/NEWS: In terminal-oriented subshells, the EMACS environment
authorPaul Eggert <eggert@twinsun.com>
Tue, 12 Sep 2006 16:43:25 +0000 (16:43 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 12 Sep 2006 16:43:25 +0000 (16:43 +0000)
commitbeff432debf22b469a8941d16c78bfb8e860176e
tree0f2ec060423413dce33b6b6201943033912026cc
parenta688afe0aae27b2bb66ea3436e262249883e4f2a
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.
13 files changed:
ChangeLog
etc/ChangeLog
etc/NEWS
etc/PROBLEMS
lisp/ChangeLog
lisp/comint.el
lisp/progmodes/compile.el
lisp/progmodes/idlwave.el
make-dist
man/ChangeLog
man/faq.texi
man/misc.texi
src/config.in